home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / wam.arc / READ-ME.WAM < prev    next >
Encoding:
Text File  |  1985-09-06  |  2.1 KB  |  52 lines

  1. READ-ME.WAM  -  New features since release 1.00  23/Mar/85
  2. WAM Version 2.00  4 May 1985.
  3.  
  4. Intro:-
  5. WAM is a communications program which is compatible with YAM and
  6. XMODEM protocols.  It also simultaneously provides the capabalities
  7. of XYAM.  Added to this is a powerfull Unix like shell with
  8. `if then else' and `while' constructs, aliases and scripts.
  9.  
  10. Files in this realease:-
  11. WAM2.EXE        WAM Vers 2.00 for DOS2 - IBM-PC/XT etc;
  12. WAM2.DOC        Documentation for WAM Vers 2.00
  13. READ-ME.WAM     This file.
  14. LOGON.WAM       Sample IBBS logon script
  15. ALIAS.WAM       Script to setup aliases for WAM
  16.  
  17. Additions to the shell:-
  18.   while loops with break.
  19.   not operator for if & while tests.
  20. eg.
  21. >>alias wr 'while !test -m ri ; echo -n waiting for ring\r ; end ; echo \n'
  22. >>alias wc 'while !test -m dcd ; echo -n waiting for carrier\r ; end'
  23. >>wr ; wc
  24.  See also the script files `logon.wam' and `alias.wam'
  25. For those who are familiar with the Unix C Shell, you might notice some
  26. similarities.
  27.  
  28. New and enhanced commands:-
  29.   alias  - allows new commands to be added, existing cmds to be changed.
  30.   script - executes wam commands from an input script file.
  31.             alias and script can use parameter substitution.
  32.   rxchar - enters term mode and waits for a specified char to be received
  33.            then exits.  This enables turnaround strings etc; to be sent.
  34.            see also `set rxwait'.
  35.   dos    - can now optionally run programs or exit to dos.
  36.   df     - displays free disk space.
  37.   dir    - reverse order sort -r has been added.
  38.   echo   - the newline sequence can be prevented from being sent by useing
  39.            the -n option.  ie, echo -n msg
  40.   rem    - allows remarks to used.
  41.  
  42.   messages can be quoted and any ascii char can sent in a message.
  43.   A few bugs with dir and subdirectories and cd with drives other than
  44.   the logged drive have been fixed.
  45.   And finally the documentation has been souped up a bit.
  46.  
  47. Any comments or suggestions can be left on either the "pc connection ibbs"
  48. or "hi-soft ibbs".  Alternatively you can ring or write.
  49.  
  50. Neville Franks.  4 May 1985.
  51.  
  52.